home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2005 Utilities
/
CHIP Utilities 2005.7z
/
CHIP Utilities 2005.iso
/
images
/
seatools.igz
/
seatools.img
/
st.bat
< prev
next >
Wrap
DOS Batch File
|
2003-06-18
|
130b
|
11 lines
@echo off
cbtsr
if "%NOMOUSE%"=="TRUE" goto NMOUSE
seatools /ve:32
goto END
:NMOUSE
call seatools /ve:32 NOMOUSE
:END